home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / xgui / sources / ui_setup.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-25  |  971 b   |  38 lines

  1. /*****************************************************************************
  2.   FILE           : ui_setup.h
  3.   SHORTNAME      : setup.h
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        :
  7.   NOTES          :
  8.  
  9.   AUTHOR         : Tilman Sommer
  10.   DATE           : 18.5.1990
  11.  
  12.   CHANGED BY     : Guenter Mamier
  13.   IDENTIFICATION : @(#)ui_setup.h    1.11 3/2/94
  14.   SCCS VERSION   : 1.11
  15.   LAST CHANGE    : 3/2/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.              
  19. ******************************************************************************/
  20.  
  21. #ifndef _UI_SETUP_DEFINED_
  22. #define _UI_SETUP_DEFINED_
  23.  
  24. extern void ui_set_initData (struct Ui_DisplayType *);
  25. extern void ui_xCreateSetupPanel (Widget, struct Ui_DisplayType *);
  26.  
  27. extern FlintType  ui_maxWeight;
  28. extern FlintType  ui_minWeight;
  29. extern Widget ui_showBottomLabel;
  30. extern Widget ui_showTopLabel;
  31. extern FlintType  ui_maxAct;
  32.  
  33. #endif /* _UI_SETUP_DEFINED_ */
  34.  
  35.  
  36. /* end of file */
  37. /* lines: 35 */
  38.